/* Start of CMSMS style sheet 'Menu' */
DROPDOWN MENU  */



#maindropdown *, #maindropdown a, #maindropdown a:hover {
	font: 12px Georgia, serif;
	font-weight:normal;
	text-decoration:none;
	color: #FFFFFF;
        padding-left:0px;
}

#menutop {
        margin-top:15px;
        padding-left:20px;
        padding-bottom:15px;
        background-image:url(/images/layouts/menubg.gif);
        background-repeat:no-repeat;
        background-position:20px;
        height:30px;
}

#maindropdown {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}

/* this is the main UL element*/
.dropdown{
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:4px 0px 0px 0px;
	padding:0;
	list-style:none;
	background-color:#000000;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0px;
	cursor:pointer;
	padding:4px 9px 0px 0px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color: #FFFFFF;
	width:100%;
}

.dropdown a:hover{
	color:#BD212F;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin:5px; 0px; 0px; 10px;
	width:125px;
	text-align: left;
         border-bottom:1px solid #FFFFFF;
}
.dropdown ul li a{
         margin-bottom:5px;
}


/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
}

/* these are the LIs that contain a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
}

#maindropdown li {
}
#maindropdown li ul li {
	padding:0px;
}
#maindropdown li ul li a, #maindropdown li ul li a:hover {
	color:#FFFFFF;
	font-size:11px;
        text-transform:lowercase;
}
#maindropdown li ul li a:hover {
	color:#BD212F;
text-decoration:none;
}







/* DROPDOWN IN THE MEDIA */



/* BOTTOM NAV SURROUNDING DIV */
#bottomritmedia {
	float: right;
	width:318px;
	padding: 0px 7px 20px 20px;
	text-align: left;
} 

/* BOTTOM NAV STYLES */
#maindropdown_ftmedia *, #maindropdown_ftmedia a, #maindropdown_ftmedia a:hover {
	font: 11px Georgia, serif;
	line-height:170%;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	width: 318px;
}

#maindropdown_ftmedia {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 318px;
	background-color: #066666;
}

/* this is the main UL element*/
.dropdown_ftmedia{
	padding: 0px;
	margin: 0px;
	list-style:none;
	width: 318px;
}

/* these are the inner menus*/
.dropdown_ftmedia ul{
	padding: 0px;
	margin: 0px;
	list-style:none;
	background-color: #FFFFFF;
	width: 318px;
}

/* these are all the LIs in the menu*/
.dropdown_ftmedia li{
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	width: 318px;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown_ftmedia a{
	text-decoration:none;
	color:#FFF;
	width:318px;
}

.dropdown_ftmedia a:hover{
	color:#000000;
}

/* these are the LIs that only belong to submenu*/
.dropdown_ftmedia ul li{
	padding: 0px;
	margin: 0px;
	border-bottom:thin solid #066666;
	width: 318px;
	text-align: left;
}

/* these are the LIs that contains a submenu*/
.dropdown_ftmedia li.submenu-down{
	width: 318px;
}

/* these are the LIs that contain a submenu and which are in a sub-menu themselve*/
.dropdown_ftmedia li.submenu-left{
	width: 318px;
}

#maindropdown_ftmedia li {
	width: 318px;
}
#maindropdown_ftmedia li ul li {
	padding:0px;
	width: 318px;
}
#maindropdown_ftmedia li ul li a, #maindropdown_ftmedia li ul li a:hover {
	color:#000000;
	font-size:11px;
}
#maindropdown_ftmedia li ul li a:hover {
text-decoration:underline;
}

#menu_1, #menuimage_1 {width:60px; height:30px;padding:0px;}
#menu_2, #menuimage_2 {width:125px; height:30px;padding:0px;}
#menu_3, #menuimage_3 {width:115px; height:30px;padding:0px;}
#menu_4, #menuimage_4 {width:220px; height:30px;padding:0px;}
#menu_5, #menuimage_5 {width:90px; height:30px;padding:0px;}
#menu_6, #menuimage_6 {width:220px; height:30px;padding:0px;}
#menu_7, #menuimage_7 {width:80px; height:30px;padding:0px;}
/* End of 'Menu' */

