

/* Main menu */

#menu
{	
	width:100%;
	margin: 0 auto;;
	list-style: none;  
/*	background: #;
	background: -moz-linear-gradient(#A1B8C9, #4581AE); 
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4581AE),color-stop(1, #A1B8C9));	
	background: -webkit-linear-gradient(#A1B8C9, #4581AE);	
	background: -o-linear-gradient(#A1B8C9, #4581AE);
	background: -ms-linear-gradient(#A1B8C9, #4581AE);
	background: linear-gradient(#A1B8C9, #4581AE);
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
*/
}

#menu > li
{
	float: left;
	width:16.66666%;
	position: relative;
	font-weight:bold;
	/*background:url(img_ps/menuGap.gif) no-repeat;*/
}

#menu div
{
	float: left;
	background:url(img_ps/menuGap.gif) no-repeat;
	height:43px;
	width:1px;
}

#menu a 
{
	float: left;
	height: 33px;
	color: #4c2d76;
	/*text-transform: uppercase;
	font: bold 12px/25px Arial, Helvetica;
	font:bold 1.2em Arial, Helvetica;;
	text-decoration: none;*/
	/*text-shadow: 0 1px 0 #000;*/
	font-family:'Malgun Gothic';
	font-size:1.2em;
	text-decoration:none;
	line-height:1.9;
	display:block;
	width:100%;
	text-align:center;
}

#menu li:hover > a
{
	color: #ff0000;
	/*background:url("img_ps/topMenu.png") no-repeat center;*/
}

*html #menu li a:hover /* IE6 */
{
	color: #ff0000;
}

#menu li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
	width:147.5px;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 99999;    
    background: #3b235d;
    background: -moz-linear-gradient(#4c2d76, #3b235d);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #3b235d),color-stop(1, #4c2d76));
    background: -webkit-linear-gradient(#4c2d76, #3b235d);    
    background: -o-linear-gradient(#4c2d76, #3b235d);	
    background: -ms-linear-gradient(#4c2d76, #3b235d);	
    background: linear-gradient(#4c2d76, #3b235d);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.5);
    box-shadow: 0 0 12px rgba(0,0,0,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul
{
  top: 0;
  left: 0px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
	height:30px;
    /*-moz-box-shadow: 0 1px 0 #6489EB, 0 2px 0 #C5D5FE;
    -webkit-box-shadow: 0 1px 0 #6489EB, 0 2px 0 #C5D5FE;
    box-shadow: 0 1px 0 #7d4ebb, 0 2px 0 #7d4ebb;*/
	-moz-box-shadow: 0 1px 0 #7d4ebb;
    -webkit-box-shadow: 0 1px 0 #7d4ebb;
    box-shadow: 0 1px 0 #7d4ebb;
	background:none;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{   
	font-weight:normal;
	color:#fff;
    padding: 10px;/*sub menu size*/
	height: 10px;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
	font-size:13px;
}

*html #menu ul a /* IE6 */
{    
	height: 30px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 30px;
}
/*color of sub menu hover*/
#menu ul a:hover
{
	height: 30px;
	color:#fff;
	background: #623d93;
	background: -moz-linear-gradient(#714aa5,  #623d93);	
	background: -webkit-gradient(linear, left top, left bottom, from(#714aa5), to(#623d93));
	background: -webkit-linear-gradient(#714aa5,  #623d93);
	background: -o-linear-gradient(#714aa5,  #623d93);
	background: -ms-linear-gradient(#714aa5,  #623d93);
	background: linear-gradient(#714aa5,  #623d93);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 68px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #4c2d76;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #4c2d76;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #4c2d76; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #4c2d76; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */