﻿/*MINDBUS 2009*/

/* USED COLORS:
--------------------------------------
	- Green										:	#4b7f80
	- Pink										:	#cc2c91
	- Purple									:	#4f2b80
	- Grey/purple (textcolor)	:	#7d7994
	-	Dark grey								:	#484250
	-	Light grey							:	#b3b2b9
--------------------------------------
*/

#menuHolder
{
	width: 213px;
	padding: 0 0 0 33px;
	height: auto;
	float: left;
}

#menuHolder ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 25px;
	font-weight: bold;
	color: #4f2b80;
}

#menuHolder a
{
	padding: 0 0 0 0px;
}

#menuHolder li 
{
		padding: 0 0 0 15px;
		float: left;
		clear: both;
		width: 150px;
		
}

#menuHolder li:hover
{
	padding: 0 0 0 15px;
	/*background-image: url(/images/menu_arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 0 7px;
}

#menuHolder a, #menuHolder a:link, #menuHolder a:visited, #menuHolder a:active
{
/*color: #4f2b80;*/
	text-decoration: none;
}

#menuHolder a:hover
{
	color: #cc2c91;
	/*background-image: url(/images/menu_arrow.gif);*/
	background-repeat: no-repeat;
	background-position: 0 4px;
}

.activeMenuItem
{
	padding: 0 0 0 15px;
	font-style: italic;
	color: #cc2c91;
	background-image: url(/images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	text-decoration: underline;
}

.activeParentItem
{
	padding: 0 0 0 15px;
	font-style: italic;
	color: #db65b0;
	background-image: url(/images/menu_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
}

.activeParentItem a:link,
.activeParentItem a:visited,
.activeParentItem a:active 
{
	color: #db65b0;
}

/* e798ca */



#menuHolder ul li
{
	/*border: solid 1px red;*/ /*padding: 0 0 0 10px;*/
}



#menuHolder ul ul
{
	padding: 0 0 0 0px;
}

.menuActiveItem
{
	font-style: italic;
	color: #cc2c91;
}

/* SUBMENU */
#subMenu
{
	width: 400px;
	padding: 0px 0 0 0px;
	height: auto;
	float: left;
}

#subMenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 30px 25px 0;
	font-weight: bold;
	float: left;
}

#subMenu li
{
	padding: 0 0 2px 15px;
}

#subMenu li a, #subMenu li a:link, #subMenu li a:visited, #subMenu li a:active
{
	color: #4f2b80;
	text-decoration: none;
}

#subMenu li a:hover
{
	color: #cc2c91;
}

#subMenu li:hover
{
	background: url(../images/arrow_list_submenu.gif);
	background-repeat: no-repeat;
}

.selectedSubItem
{
	background: url(../images/arrow_list_submenu.gif);
	background-repeat: no-repeat;

}

.selectedSubItem 
{
	color: #cc2c91 !important;

}

