.mainMenu{

	width: 980px;

	height: 1000px;

    height: 55px;

    position: relative;

    z-index: 8;	    		

}

.mainMenu .logo{

	margin: 0 0 0 40px;

	height: 49px;

	width: 181px;

	float: left;

    position: relative;

    z-index: 9;		

}

.mainMenu .menu{    

	margin: 0 0 0 45px;

	padding: 14px 0 0 18px;

	background: url("img/main_menu_plate.png");

	height: 35px;

	width: 637px;

	float: left;

    position: relative;

    z-index: 10;	    		

}

.mainMenu .menu a, .mainMenu .menu span{

    font-style: italic;

	color: white;

    text-decoration: underline;

	font-variant: normal;

    font-weight: normal;

    font-size: 16px;

    display: block;    

}

.mainMenu .menu a:hover, .mainMenu .menu span

{

	text-decoration: none;

	color: #00d2ff;

}

.mainMenu .menu .inactive{

    	color: white;

    text-decoration: underline;

}

.mainMenu .menu span{

    cursor: default;

}

/* navigation */

#nav, #nav ul {

	padding:0;

	margin:0;

	list-style:none;

        position: relative;

    z-index: 11;

}

#nav li {

 position: relative;    

    list-style: none;

	padding: 0 9px 0 17px;

//	padding: 0 7px 0 15px;   

	background: url("img/mmbullet.gif");

	background-repeat: no-repeat;

	background-position: left top;	

    border: none;

    float: left;

    position: relative;

    z-index: 12;

}	

#nav ul li {

	padding:0;

	float:none;

	border:none;

	display:block;

    position: relative;

    z-index: 13;

}

#nav li .mmwrapper {

	position:absolute;

	top:35px;

	left:-9999px;

	width:100px;

    

    z-index: 13;

    margin-left: 20px;

}

#nav li.hover .mmwrapper {left:0;}

#nav .firstlink{

    background: none;

}



#nav .mmwrapper .submenu ul li{

    padding: 12px 15px;

    border: solid #274780 1px;

    border-top: none;

    background: #071838;

}

#nav .mmwrapper .submenu ul .lastsub{    

    padding-bottom: 6px;

    border-bottom: none;

}

#nav .mmwrapper .submenu ul .rounded{

    border: none;

    background: none;

    display: block;

    overflow: auto;

    padding: 0;

}

#nav .mmwrapper .submenu ul .rounded .leftborder{

    

    background: url("/img/mmenu_bottom_left.png") no-repeat left top;

    height: 6px;

    float: left;

}

#nav .mmwrapper .submenu ul .rounded .rightborder{    

    background: url("/img/mmenu_bottom_right.png") no-repeat left top;

    width: 7px;

    float: left;

    padding: 0;

    margin: 0;        

    

}

.mmwrapper .submenu a{

    font-size: 12px;

}