/*  http://www.dynamicdrive.com/style/ */

/*  
050063 = blue
2B9B19 = green
*/

.jqueryslidemenu{
	font: 12px Arial;			/* effects IE, not FireFox  */
	background: #;				/* effects IE, not FireFox  */
	width: 665px;				/* does not effects both IE and FireFox  */
	border: 0px solid #FF0000;	/* does not effects both IE and FireFox  */
}

.jqueryslidemenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.jqueryslidemenu ul li{  /* Top level list items */
	position: relative;
	display: inline;
	float: left;
}

.jqueryslidemenu ul li a { 		 	/* Top level menu link items style */
	display: block;
	background: #; 					/* background of tabs (default state) effects both IE and FireFox  */
	/*color: #FF0000;  				 text of tabs (default state) */
	padding: 7px 26px 8px 27px; 	/* top, right, bottom, left,  */
	border-right: 1px solid #CCC;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly */
	display: inline-block;
}

.jqueryslidemenu ul li a:link {		/* tab link menu link items style */
	color: #050063; 				/* effects IE, not FireFox  */
} 
.jqueryslidemenu ul li a:visited {
	color: #050063;
} 

.jqueryslidemenu ul li a:hover {	/* TAB and sub menu links during hover state */
	background: #050063; 		 
	color: #FFF;					/* effects FireFox with Tabs (not in submenus) Both in tabs and submenu with IE*/
}

.jqueryslidemenu ul li ul {		 /* ####### submenu ####### */
	position: absolute;
	left: 0px;
	display: block;
	visibility: hidden;
}

.jqueryslidemenu ul li ul a:visited {	/* effects both IE and FireFox  */
	/*color: #FFF;  */
}
.jqueryslidemenu ul li ul li{ 		/* Submenu list items (undo style from Top level List Items) */
	display: list-item;
	float: none;
}

.jqueryslidemenu ul li ul li ul { 	/*  All subsequent sub menu levels vertical offset after 1st sub menu  */
	top: 0;
}

.jqueryslidemenu ul li ul li a { 	/* ####### Submenu links style ###### */
	font: normal 12px Arial;
	width: 150px; 					/*width of sub menus*/
	/* color: #FF0000; 				does not effects both IE and FireFox  */
	background: #FFF;  		 		/* white */	
	padding-left: 18px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin: 0px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.jqueryslidemenuz ul li ul li a:hover{ /* 2nd sub menus hover style*/
	 /*background: #54B513;green*/
}







/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}
