﻿.topmenu
{
    width: 500;
    height: 30px;
    background-color: #1068fe;   
    clear:left; 
    margin:0px;
    padding:0px;
    font-size: 12px;
    font-weight: bold;
    
    background: #f36c4d;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e97ff), to(#1068fe));
    background: -moz-linear-gradient(top, #4e97ff, #1068fe);
    background: -ms-linear-gradient(top, #4e97ff, #1068fe);
    background: -o-linear-gradient(top, #4e97ff, #1068fe);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e97ff', EndColorStr='#1068fe');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4e97ff', EndColorStr='#1068fe')";
    
}

.topmenu ul
{
    list-style:none;  
    list-style-position:outside;
    position:relative; 
    float:none; 
    width:977px; 
    height:auto; 
    margin:auto;
}

.topmenu ul li
{
    float:left;  
    margin-right:8px;  
    margin-bottom:-1px;    
}

.topmenu ul li a
{
    color: #fff;
    font-weight:700;  
    display:block;  
    padding:8px 15px;  
    margin-bottom:-1px;  
    position:relative;  
}

.topmenu ul li a.active
{
    font-weight:700;  
    display:block;  
    padding:8px 15px;  
    background:#fff;  
    margin-bottom:-1px;  
    border:1px solid #e4e4e4;  
    border-width:1px 1px 1px 1px;  
    position:relative;  
    color:#1068fe;  
    cursor:pointer;  
    border-radius:1px 1px 0 0;  
    -moz-border-radius:1px 1px 0 0;  
    -webkit-border-radius:1px 1px 0 0; 
    margin-top: -4px;
    height: 18px;   
}

.topmenu ul li a:hover
{
    
}


