/*
This menu was generated at http://www.13styles.com
code based on Stu Nicholls "ultimate dropdown menu"
http://www.cssplay.co.uk
*/
/*main nav over state*/
.menu ul li a:hover {
            color:#fff;
			background:#fff url(../icon/bgOff1.gif) top left repeat-x;
			height:30px;
			line-height:30px;
			text-decoration:none;
			color:#000;
			}
/*positioning for sub nav*/
.menu ul li a:hover ul {
            display:block;
			position:absolute;
			top:30px;
			left:0;
			background:#fff;
			margin-top:0;
			border-top:1px solid #fff;
			height:20px;

			}
/*drop-down on state*/
.menu ul li a:hover ul li a {
            display:block;
			background:#fff url(../icon/twoOFF.gif) top left repeat-x;
			color:#000;
			height:25px;
			line-height:25px;
			font-size:12px;
			width:140px;
			border-bottom:1px solid #fff;
			overflow:hidden;
			}
/*drop-down over state*/
.menu ul li a:hover ul li a:hover {background:#fff url(../icon/twoON.gif) top left repeat-x;color:#fff; height:25px;}
