﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#main_menu_container
{
	width:763px;
/*	background-image:url('images/bg_main_nav.gif');
	background-color:#000;*/
	 /*text-align:center;*/ 
	 height:25px;
}

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:2px 0 0px 0px;padding-left:0px; 
	position:relative; width:763px; height:25px; }

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a {display:block;width:auto; font-size:11px;
	 font-weight:700; color:#fff; height:25px; line-height:25px; 
	 text-decoration:none; /*text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;*/
	text-align:center;
	padding: 5px 45px 0px 45px;}
/*modified by Ravi */
#pmenu div ul li
{	/*border-top:solid 1px #e3dfce;
	border-bottom:solid 1px #e3dfce;
	border-left:solid 1px #5b5344;
	border-right:solid 1px #5b5344;*/
	/*background-color:#f7f6f0; *//*f7f6f08*/
	
	margin-top:-5px;
}
#pmenu li ul li ul li
{
	/*border-top:solid 1px #333333;*/
}
/*/modified by Ravi */

/* Set up the sub level borders */

/* New Tags By Ravi */
#pmenu .last a{text-align:left; font-size:11px; font-weight:normal; width:100px; color:#5b5344; border-bottom:solid 1px #5b5344;}
/*
#pmenu .selected
{
	text-align:left; font-size:11px; font-weight:normal; color:#fa17f7; background:#414141; font-weight:900;
}*/
/* /New Tags By Ravi */
#pmenu li a.enclose {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; /*background:#7484ad;*/}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}

/*#pmenu li:hover > a {background:#ffffff; color:#333333;}*/



#top .selected 
{
	text-align:left; font-size:11px; font-weight:normal; color:#fa17f7; background:#414141; font-weight:900;
}
#top .woman a:hover 
{
	color:#fa17f7;
}
#top .man a:hover
{
	color:#0000ff;
}
#top .children a:hover 
{
	background:#414141;
	color:#00ff00;	
}

#top .product a:hover
{
	color:#ff0000;
}
#top .contactus a:hover
{
	color:#ff0000;	
}