*
{
      
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    padding: 0;
}
body
{
    font: 12px Arial, Helvetica, sans-serif;
}
#page-wrap
{
}
a
{
    text-decoration: none;
}
ul
{
    list-style: none;
}
p
{
}

/* 
	LEVEL ONE
*/
ul.SKPCMenu
{
    position: relative;
}
ul.SKPCMenu li
{
    font-weight: bold;
    float: left;
    zoom: 1;
    background: transparent;
    height: 100%;
    line-height: 20px;
}
ul.SKPCMenu a:hover
{
    color: #ffffff;
    height: 100%;
    line-height: 20px;
}
ul.SKPCMenu a:active
{
    color: #ffffff;
}
ul.SKPCMenu li a
{
    display: block;
    padding: 11px 17px;
    
    
    color: #fff;
}
ul.SKPCMenu li:last-child a
{
    border-right: none;
}
/* Doesn't work in IE */
ul.SKPCMenu li.hover, ul.SKPCMenu li:hover
{
    background: #ef4e51;
    height: 100%;
    line-height: 20px;
    color: #ffffff;
    position: relative;
}

ul.SKPCMenu li.hover a
{
    color: #222222;
}

.sub_menu
{
    z-index: 10000;
}
/* 
	LEVEL TWO
*/
ul.SKPCMenu ul
{
    width: 150px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}
ul.SKPCMenu ul li
{
    font-weight: normal;
    background: #a42224;
    color: #000000;
    border-bottom: 1px solid #ffffff;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.SKPCMenu ul li a
{
    border-right: none;
    width: 100%;
    display: inline-block;
}

/* 
	LEVEL THREE
*/
ul.SKPCMenu ul ul
{
    left: 100%;
    top: 0;
}
ul.SKPCMenu li:hover > ul
{
    visibility: visible;
}







/* 
	LEVEL ONE_right
*/
ul.dropdown_right
{
    position: relative;
}
ul.dropdown_right li
{
    font-weight: bold;
    float: left;
    zoom: 1;
    background: transparent;
    height: 24px;
}
ul.dropdown_right a:hover
{
    color: #000;
}
ul.dropdown_right a:active
{
    color: #ffa500;
}
ul.dropdown_right li a
{
    display: block;
    padding: 3px 8px;
    border-right: 1px solid #ffffff;
    color: #333333;
    width: 175px;
    font-size: 14px;
    color: #ffffff;
    font-family: Arial;
    z-index: 1000;
}
ul.dropdown_right li:last-child a
{
    border-right: none;
}
/* Doesn't work in IE */
ul.dropdown_right li.hover, ul.dropdown_right li:hover
{
    background: #358dd7;
    color: white;
    position: relative;
    z-index: 1000;
}
ul.dropdown_right li.hover a
{
    color: #ffffff;
}


/* 
	LEVEL TWO
*/
ul.dropdown_right ul
{
    width: 191px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
}
ul.dropdown_right ul li
{
    font-weight: normal;
    background: #4b96d5;
    color: #fff;
    border-bottom: 1px solid #d1d1d1;
    float: none;
}

/* IE 6 & 7 Needs Inline Block */
ul.dropdown_right ul li a
{
    border-right: none;
    width: 100%;
    display: inline-block;
}

/* 
	LEVEL THREE
*/
ul.dropdown_right ul ul
{
    left: 100%;
    top: 0;
}
ul.dropdown_right li:hover > ul
{
    visibility: visible;
}
