/* Start of CMSMS style sheet 'Menu' */

#menu {
	text-align: right;
	width: 220px;
    font-family: Ravie;
    font-style:  normal;
    font-weight: normal;
    src: url(assets\RAVIE0.eot);
	color: #FFFFFF;
	position: relative;
	font-size: 18px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* menu li block */
#menu li {
	margin: 0;
	display: block;
	padding-bottom: 10px;

	
}

/** fix stupid ie bug with display:block; **/
* html #menu li a {
} 
* html #menu li hr {
}
/** end fix **/

/* first level links */
div#menu a {
	text-decoration:none; /* no underline for links */
	display: block; /* Fixes IE7 whitespace bug */
	color: #FFFFFF;


                
}

/* next level links smaller font */
div#menu ul ul a {
	margin: 0;

}


/* hover state for all links */
div#menu a:hover {


}
div#menu a.activeparent:hover {

}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu li a.activeparent {

}

div#menu ul ul li a.activeparent {

}


/* 
current spages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu ul h3 {
	display: block;                           /* instead of the normal font size for <h3> */
	margin: 0;
	margin: 0px;
	display: block;
	font-size: 18px;
	font-weight: normal;
}

}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/

div#menu ul ul h3 {
	background-image: url(images/button_lower.jpg);
	margin: 0px;
	display: block;
}




/* separator */
div#menu li.separator {

}

div#menu li.separator hr {

}
dfn {
	display: none;
}
div#menu    ul  ul  {
	margin: 0;
	display: block;
}

/* End of 'Menu' */

