body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;
	color:#000;
	padding:0;
	border:0;
	margin:0;
	background:#fff repeat-x 0 0px;
	text-align:left;
}
.a:hover {
	background: #CCCCCC;
	text-decoration: none;
	color: #000000;
}
.a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #949393;
	text-decoration: none;
}
.a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
.a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #949393;
	text-decoration: none;
}
.clear {
	clear:both;
}

/* control mouseover functions for main menu navs */

#menu1 a {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/results_off.gif") 0 0 no-repeat;
	
}

#menu1 a.selected {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/results_on.gif") 0 0 no-repeat;
	
}

#menu1 a:hover, li:hover #menu1 a, li.over #menu1 a{
	display:block;
	background: url("http://www.riverbed.com/kr/images/images_nav/results_on.gif") 0 0 no-repeat;
	
}

#menu2 a {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/products_off.gif") 0 0 no-repeat;
}

#menu2 a.selected {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/products_on.gif") 0 0 no-repeat;
}

#menu2 a:hover, li:hover #menu2 a, li.over #menu2 a {
	display:block;
	background: url("http://www.riverbed.com/kr/images/images_nav/products_on.gif") 0 0 no-repeat;
}
#menu3 a {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/services_off.gif") 0 0 no-repeat;
}
#menu3 a.selected {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/services_on.gif") 0 0 no-repeat;
}
#menu3 a:hover, li:hover #menu3 a, li.over #menu3 a {
	display:block;
	background: url("http://www.riverbed.com/kr/images/images_nav/services_on.gif") 0 0 no-repeat;
}
#menu4 a {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/support_off.gif") 0 0 no-repeat;
}
#menu4 a.selected {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/support_on.gif") 0 0 no-repeat;
}
#menu4 a:hover, li:hover #menu4 a, li.over #menu4 a {
	display:block;
	background: url("http://www.riverbed.com/kr/images/images_nav/support_on.gif") 0 0 no-repeat;
}
#menu5 a {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/partners_off.gif") 0 0 no-repeat;
}
#menu5 a.selected {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/partners_on.gif") 0 0 no-repeat;
}
#menu5 a:hover, li:hover #menu5 a, li.over #menu5 a {
	display:block;
	background: url("http://www.riverbed.com/kr/images/images_nav/partners_on.gif") 0 0 no-repeat;
}
#menu6 a {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/company_off.gif") 0 0 no-repeat;
}
#menu6 a.selected {
	width:129px;
	background: url("http://www.riverbed.com/kr/images/images_nav/company_on.gif") 0 0 no-repeat;
}
#menu6 a:hover, li:hover #menu6 a, li.over #menu6 a {
	display:block;
	background: url("http://www.riverbed.com/kr/images/images_nav/company_on.gif") 0 0 no-repeat;
}
.menu {
	font-size:0em;
	position:relative;
	/*border-right:1px solid #000;*/
	z-index:10;
	
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	
	
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	font:arial;
	font-weight:550;
	height:27px;
	border:0px solid #b17323;
	border-width:0px 0 0px 0px;
	padding-left:0px;
	line-height:0px;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#697ca1;
	color:#ffffff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:107px;
	border-width:0 1px 1px 1px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#697ca1 url(http://www.riverbed.com/images/images_nav/arrow1.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#ffffff url(http://www.riverbed.com/images/images_nav/arrow2.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop, .menu ul ul li.over > a.drop {
	background:#ffffff url(http://www.riverbed.com/images/images_nav/arrow2.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a.drop2, .menu ul ul ul a.drop2:visited {
	background:#798fb1 url(http://www.riverbed.com/images/images_nav/arrow1.gif) bottom right no-repeat;
}
/* style the third level hover */
.menu ul ul ul a.drop2:hover {
	background:#fff url(http://www.riverbed.com/images/images_nav/arrow2.gif) bottom right no-repeat;
	color: #798fb1;
}
.menu ul ul ul :hover > a.drop2, .menu ul ul ul li.over > a.drop2 {
	background:#fff url(http://www.riverbed.com/images/images_nav/arrow2.gif) bottom right no-repeat;
	color: #798fb1;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#ffffff;
	color:#3d4058;
	width:180px;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#e9681d;
	color:#ffffff;
}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {
	background:#ffffff;
	color:#3d4058;
	width:180px;
}
/* style the fourth level hover */
.menu ul ul ul ul a:hover {
	background:#e9681d;
	color:#f4eed3;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	border-top:1px solid #de9639;
}
/* make it compatible for IE5.5 */
* html .menu ul ul {
	top:25px;
	t\op:0px;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:100px;
	w\idth:107px;
}

* html .menu ul ul ul a, * html .menu ul ul ul a:visited {
	width:175px;
}

/* position the third level flyout menu */
.menu ul ul ul {
	left:128px;
	_left: 117px;
	top:-1px;
	_top: -16px; /* flyout fix for IE 6*/
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-201px;
	_left:-227px; /* ADDED BY PETE FOR IE 5.5 AND 6 */
}
/* position the third level flyout menu for a right flyout - ADDED BY PETE - 04/03/08 */
.menu ul ul ul.right {
	right:-201px /* ADDED BY MATT TO ACCOMODATE MENU ITEM LENGTH (PREV: -181PX */
	_right:400px; /* ADDED BY PETE FOR IE 5.5 AND 6 */
}
/* position the fourth level flyout menu to the right */
.menu ul ul ul ul {
	left:201px;  /* ADDED BY MATT TO ACCOMODATE MENU ITEM LENGTH (PREV: 181PX */
	top:-1px;
	_left:205px; /* ADDED BY PETE FOR IE 5.5 AND 6 */
	_top:-16px;
}

/*Set width for fourth level flyout */
* html .menu ul ul ul a, * html .menu ul ul ul a:visited {
	width:195px;
}

/* position the fourth level flyout menu */
.menu ul ul ul ul.left {
	left:-201px;  /* ADDED BY MATT TO ACCOMODATE MENU ITEM LENGTH (PREV: -181PX */
	top:-1px;
	_top: -17px;
	_left:-227px; /* ADDED BY PETE FOR IE 6 */
}


/* style the second level background */
.menu ul ul a.drop-left, .menu ul ul a.drop-left:visited {
	background:#697ca1 url(http://www.riverbed.com/images/images_nav/arrow1-left.gif) bottom right no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop-left:hover {
	background: #ffffff url(http://www.riverbed.com/images/images_nav/arrow2-left.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop-left, .menu ul ul li.over > a.drop-left {
	background: #ffffff url(http://www.riverbed.com/images/images_nav/arrow2-left.gif) bottom right no-repeat;
}


/* style the third level background left flyout */
.menu ul ul a.drop-left2, .menu ul ul a.drop-left2:visited {
	background:#ffffff url(http://www.riverbed.com/images/images_nav/arrow2-left.gif) bottom right no-repeat;
}
/* style the third level background right flyout */
.menu ul ul a.drop-right2, .menu ul ul a.drop-right2:visited {
	background:#ffffff url(http://www.riverbed.com/images/images_nav/arrow2.gif) bottom right no-repeat;
}
/* style the third level hover left flyout */
.menu ul ul a.drop-left2:hover {
	background: #e9681d url(http://www.riverbed.com/images/images_nav/arrow1-left.gif) bottom right no-repeat;
	color: #FFFFFF
}
.menu ul ul :hover > a.drop-left2, .menu ul ul li.over > a.drop-left2 {
	background: #e9681d url(http://www.riverbed.com/images/images_nav/arrow1-left.gif) bottom right no-repeat;
	color: #FFFFFF;
}

/* style the third level hover right flyout*/
.menu ul ul a.drop-right2:hover {
	background: #e9681d url(http://www.riverbed.com/images/images_nav/arrow1.gif) bottom right no-repeat;
	color: #FFFFFF
}
.menu ul ul :hover > a.drop-right2, .menu ul ul li.over > a.drop-right2 {
	background: #e9681d url(http://www.riverbed.com/images/images_nav/arrow1.gif) bottom right no-repeat;
	color: #FFFFFF;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:relative; /*PETE - switched from Absolute to Relative for positioning in IE 5.5 and 6 */
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#3d4058;
	background:#ffffff;
}
.menu :hover > a, .menu ul ul :hover > a, .menu ul ul li.over > a {
	color:#3d4058;
	background:#ffffff;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul, .menu ul li.over ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul, .menu ul li.over ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul, menu ul li.over ul li.over ul {
	visibility:visible;
}
/* make the fourth level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul ul, .menu ul li.over ul li.over ul ul {
	visibility:hidden;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul, .menu ul li.over ul li.over ul li.over ul {
	visibility:visible;
}
