/***** First Level Navigation - HOME *****/
.menu ul {
	width:589px;
	height:30px;
	margin:0 0 0 311px;
	padding:0;
}
#menu ul {
	float:left;
	margin:0;
	padding-top:0;
	padding-right:0;
	padding-bottom:0;
	list-style-type:none;
}
#menu li { display:inline; }
li.menu_level_3 a {
	float:left;
	text-decoration:none;
	color:#ffffff;
	padding:0 20px;
	margin:8px 0;
}
ul#menu a:hover { text-decoration:none; color:#66cccc; }
ul#menu a.menu_item_selected {
    color:#66cccc;
    text-decoration:none;
}

li.menu_last_item a { border-right:0; }

/***** First Level Navigation - PAGE *****/
.menu_page ul {
	width:674px;
	height:30px;
	padding-left:210px;
	background-image:url('../images/menu_bg.jpg');
    background-position:top left;
    background-repeat:no-repeat;
}

/***** LEFT SIDE MENU *****/
ul.menu_level_4 {
	list-style-type:none;
	width:230px;
	padding:0;
	margin:0;
}
li.menu_level_4 {
	width:190px;
	height:14px;
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:20px;
	margin:0 0 2px 0;
}
li.menu_level_4 a {
	color:#000000;
	text-decoration:none;
}
li.menu_level_4 a:hover { text-decoration:none; color:#ffffff; }
li.menu_level_4 a.menu_item_selected {
    color:#ffffff;
    text-decoration:none;
}

ul.menu_level_5 {
	list-style-type:none;
	padding:0;
	margin:2px 0 0 0;
	font-size:80%;
}
li.menu_level_5 {
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:14px;
}
li.menu_level_5 a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:80%;
	color:#999999;
}

#left_nav a.menu_item_selected { text-decoration:underline; }
