/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */

#sse2
{
    /*You can decorate the menu's container, such as adding background images through this block*/
    background-color: #003366;
    height: 38px;
    padding: 15px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#sses2
{
    margin:1% auto;/*This will make the menu center-aligned. Removing this line will make the menu align left.*/
}
#sses2 ul 
{ 	
    position: relative;
    list-style-type: none;
    float:right;
    padding:0;margin:3% 0 0;
}
#sses2 li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
}
#sses2 li.highlight
{	color:#000;
    border:solid 0px #f18e00;
    background-color:#f18e00;
    top:0px;
    height:25px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    z-index: 1;
    position: absolute;
    overflow:hidden;
}

/*CSS for background bubble*/

@media (max-width:1499px)
{
#sses2 li a
{
    height:25px;
    padding-top: 5px;
    margin: 0 10px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: #000;
    font: bold 11px Humanst521LtBTLight;
    text-align: center;
	letter-spacing:1px;
	text-transform:uppercase;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}
}

@media (min-width:992px) and (max-width:1359px){
#sses2 li a
{
    height:25px;
    padding-top: 5px;
    margin: 0 6px !important;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: #000;
    font: bold 11px Humanst521LtBTLight;
    text-align: center;
	letter-spacing:1px;
	text-transform:uppercase;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}
}

@media(min-width:1500px)
{
#sses2 li a
{
    height:25px;
    padding-top: 5px;
    margin: 0 15px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: #000;
    font: bold 12px Humanst521LtBTLight;
    text-align: center;
	letter-spacing:1px;
	text-transform:uppercase;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}
}


