/* Start of CMSMS style sheet 'araya2 : Vertical Menu' */
/********************
MENU
*********************/
#menu_vert {
	padding: 0;
	margin: 0;
}

#menu_vert ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma;
	font-size: 10pt;
}


/* menu li block */
#menu_vert li {
	margin: 0;
	display: block;
}

/*#menu_vert ul ul li {
	border: none;
}*/

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; }
* html #menu_vert li hr { height: 1%; }
/** end fix **/


/* first level links */
#menu_vert a {
	display: block;
	padding: 0 2px;
	padding-left: .8em;
	line-height: 25px;
	color: #fff3e8;
	background: #993300;
/*	background: #EB3510;*/
/*	border-bottom: 1px solid #FFF;*/
	border-bottom: 1px solid #c0c0c0;
	text-decoration: none;
	font-weight: bold;
	font-family: Tahoma;
}

/* next level links, more padding and smaller font */
#menu_vert ul ul a {
	font-size: 88%;
	padding-left: 2.8em;
	background-position: 1.5em center;
}

/* hover state for all links */
#menu_vert a:hover {
	background-color: #622000;
	color: #E0B927;
	font-weight: none;
/*	border-bottom: 1px solid #FFF;*/
}
#menu_vert a.activeparent:hover {
	background-color: #622000;
	color: #18507C;
}

/*
active parent, that is the first-level parent
of a child page that is the current page
*/
#menu_vert li a.activeparent {
	background: url(uploads/simple/arrow-down.gif) no-repeat 0.4em center;
	background-color: #385C72;
	color: #fff;
}

#menu_vert ul ul li a.activeparent {
/*	background-position: 1.5em center;
	background-color: transparent;*/

	color: #18507C;
}

/*
current pages in the default Menu Manager
template are unclickable. This is for current page on first level
*/
#menu_vert ul a.menuactive,
#menu_vert ul h3 {
	display: block;
	background: #622000 url(uploads/araya2/arrow-right-active.gif) no-repeat 0.8em center;
	border-bottom: 1px solid #c0c0c0;
	line-height: 25px;
	padding: 0 0 0 2em;
	margin: 0;											 /* as <h3> normally has some margin by default */
	color: #fff;											/* this will be link color for all levels */
	font-size: 1em;									/* instead of the normal font size for <h3> */
}

/*
next level current pages, more padding,
smaller font and no background color or bottom border
*/
#menu_vert ul ul h3 {
	font-size: 88%;
	padding: 0 0 0 3.8em;
	background-position: 2.5em center;
	border-bottom: 1px solid #c0c0c0;
	color: #fff;
}

/* section header */
#menu_vert li.sectionheader {
	border-right: none;
	font-size: 130%;
	font-weight: bold;
	padding: 1.5em 0 0.8em 0;
	background-color: #fff;
	line-height: 1em;
	margin: 0;
	text-align:center;
}

/* separator */
#menu_vert li.separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	padding:2px 0 2px 0;
	background-color: #000;
	overflow:hidden !important;
	line-height:1px !important;
	font-size:1px; /* for ie */
}

#menu_vert li.separator hr {
	display: none; /* this is for accessibility */
}
/* End of 'araya2 : Vertical Menu' */

