@charset "utf-8";
/* CSS Document */


#menu-v li, #menu-v a {zoom:1;} /* Hacks for IE6, IE7 */
#menu-v, #menu-v ul
{
	width: 115px; /* Main Menu Item widths */
	position: relative;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 9;
	color: #0B0000;
}
                
/* Top level menu links style
---------------------------------------*/

#menu-v li
{
    background: none;
    list-style: none; margin: 0; padding: 0;
}
#menu-v li a
{
	display: block;
	/*overflow: auto; force hasLayout in IE7 */
	color: #000005;
	font-style: italic;
	padding-left: 6px;
	font-weight: bold;
	font-family: Arial;
	font-size: 18px;
	font-variant: normal;
	text-decoration: none;
	line-height: 36px;
}
#menu-v li a:hover {
	text-decoration: underline;
	background-color: #9594D3;
	font-size: 18px;
	font-weight: bold;
}
#menu-v ul li a
{
	line-height: 30px;
	font-weight: bold;
}
                
#menu-v li a.arrow:hover
{
	background-image: url(../images/NewArrow.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	border-bottom-width: thin;
	border-bottom-color: #EDD199;
	font-weight: bold;
}
        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
	position: absolute;
	width: 80px; /*Sub Menu Items width */
	visibility: hidden;
	margin-top: -10px;
	font-weight: bold;
}
        
#menu-v a.arrow
{
	
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
#menu-v li a.arrow:hover

#menu-v li:hover, #menu-v li.onhover
{
	background-position: 0 -42px;
	text-decoration: underline;
}
#menu-v ul li
{
	background-image: none;
	font-weight: bold;
}
#menu-v ul li:hover, #menu-v ul li.onhover
{
	background: none;
	background-image: none;
	text-decoration: underline;
}


        
/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/
/* End */
@media screen and (min-width : 285px) and (max-width : 480px)block;	/*overflow: auto; force hasLayout in IE7 */	color: #F3CB7D;	font-style: italic;	line-height: 32px;	padding-left: 6px;	font-weight: normal;	font-family: Arial;	font-size: 14px;	font-variant: normal;	text-decoration: none;max-width:680px)(n
	#menu-v li a
{
	display: block;
	/*overflow: auto; force hasLayout in IE7 */
	color: #F3CB7D;
	font-style: italic;
	line-height: 32px;
	padding-left: 6px;
	font-weight: normal;
	font-family: Arial;
	font-size: 14px;
	font-variant: normal;
	text-decoration: none;
}
@media screen and (min-width : 481px) and (max-width : 1024px) {
	#menu-v li a
{
	display: block;
	/*overflow: auto; force hasLayout in IE7 */
	color: #090600;
	font-style: italic;
	line-height: 32;
	padding-left: 6px;
	font-weight: bold;
	font-family: Arial;
	font-size: 18px;
	font-variant: normal;
	text-decoration: none;
}
	
}
}
