@charset "utf-8";



/* CSS Document */



/* @version		1.2.0



 * @package		mod_vm_css_menu



 * @author 		Stephanie Scmidt



 * @author mail	admin@dwtutorials.com



 * @link		http://www.dwtutorials.com



 * @copyright	Copyright (C) 2009 Stephanie Scmidt - All rights reserved.



 * @license		GNU/GPL



*/







/*Credit goes to solarDreamStudios*/



/*URL: http://solardreamstudios.com/learn/css/cssmenus/ */







/*Categories Vertical Flyout Menu*/



/* Root = Vertical, Secondary = Vertical */



ul#cssULid,



ul#cssULid li,



ul#cssULid ul {



  margin: 0;



  border: 0 none;



  padding: 0;



  width: 150px !important; /*For KHTML*/



  list-style: none;



}







ul#cssULid:after /*From IE 7 lack of compliance*/{



  clear: both;



  display: block;



  font: 1px/0px serif;



  content: ".";



  height: 0;



  visibility: hidden;



}







ul#cssULid li {



  float: right; /*For IE 7 lack of compliance*/



  display: block ; /*For GOOD browsers*/



  display: inline; /*For IE*/



  position: relative;



}







/* Root Menu */



ul#cssULid a {



	padding: 0 6px;



	display: block;



	color: #333333;



	font: normal 11px/22px Verdana, Arial, Helvetica, sans-serif;



	text-decoration: none;



	height: auto ;



	height: 1%; /*For IE*/



	background-color: #FFFFFF;



  	border: 1px solid #FFF;



    border-right-color: #CCC;



  	border-bottom-color: #CCC;



  	border-top-color: #EEE;



  	border-left-color: #EEE;



}







/* Root Menu Hover Persistence */



ul#cssULid a:hover,



ul#cssULid li:hover a,



ul#cssULid li.iehover a {



	color: #0099CC;



	background-color: #E2E2E2;



}







/* 2nd Menu */



ul#cssULid li:hover li a,



ul#cssULid li.iehover li a {



	color: #333333;



	background-color: #FFFFFF;



}







/* 2nd Menu Hover Persistence */



ul#cssULid li:hover li a:hover,



ul#cssULid li:hover li:hover a,



ul#cssULid li.iehover li a:hover,



ul#cssULid li.iehover li.iehover a {



	color: #0099CC;



	background-color: #E2E2E2;



}







/* 3rd Menu */



ul#cssULid li:hover li:hover li a,



ul#cssULid li.iehover li.iehover li a {



	color: #333333;



	background-color: #FFFFFF;



}







/* 3rd Menu Hover Persistence */



ul#cssULid li:hover li:hover li a:hover,



ul#cssULid li:hover li:hover li:hover a,



ul#cssULid li.iehover li.iehover li a:hover,



ul#cssULid li.iehover li.iehover li.iehover a {



	color: #0099CC;



	background-color: #E2E2E2;



}







/* 4th Menu */



ul#cssULid li:hover li:hover li:hover li a,



ul#cssULid li.iehover li.iehover li.iehover li a {



	color: #333333;



	background-color: #FFFFFF;



}







/* 4th Menu Hover */



ul#cssULid li:hover li:hover li:hover li a:hover,



ul#cssULid li.iehover li.iehover li.iehover li a:hover {



	color: #0099CC;



	background-color: #E2E2E2;



}







ul#cssULid ul,



ul#cssULid ul ul,



ul#cssULid ul ul ul {



  display: none;



  position: absolute;



  top: 0;



  right: 150px;



}







/* Do Not Move - Must Come Before display:block for Gecko */



ul#cssULid li:hover ul ul,



ul#cssULid li:hover ul ul ul,



ul#cssULid li.iehover ul ul,



ul#cssULid li.iehover ul ul ul {



  display: none;



}







ul#cssULid li:hover ul,



ul#cssULid ul li:hover ul,



ul#cssULid ul ul li:hover ul,



ul#cssULid li.iehover ul,



ul#cssULid ul li.iehover ul,



ul#cssULid ul ul li.iehover ul {



  display: block;



}







/* Menu items with subcategories */	



ul#cssULid a#parent {



	background-image: url(../images/bullet_add.png);



	background-repeat: no-repeat;



	background-position: right center;



}







/* Current Page */	



ul#cssULid a.current {



	background-color: #CFC;



}







/*home link*/



ul#cssULid a#customH {



	background-image: url(../images/house.png);



	background-repeat: no-repeat;



	background-position: 3px center;



	text-indent: 15px;



}







/*custom link 1*/



ul#cssULid a#custom1 {



}







/*custom link 2*/



ul#cssULid a#custom2 {



}







/*custom link 3*/



ul#cssULid a#custom3 {



}







/*custom link 4*/



ul#cssULid a#custom4 {	



}







/*custom link 5*/



ul#cssULid a#custom5 {



}
