/* 
    Document   : globalcss
    Created on : 18-dec-2009, 19:06:01
    Author     : jerrevds
    Description:
        Purpose of the stylesheet follows.
*/



.flag{
    top: 10px;
    right: 20px;
    position: absolute;
    z-index:2;
}


#nav {
   text-align: right;
   list-style-type: none;
   font-size: 80%;
   border-top: 1px solid #ccc;
   border-right: 1px solid #ccc;
   padding:0px;
   margin:0px;
   margin-left: 20px;
   margin-right:40px;
}
#nav li {
   padding-left:5px;
   padding-right:5px;
   color: #D3D6D6;

}
#nav li:hover {
   padding-left:5px;
   padding-right:5px;

   background-color: black;

}
.left {
   float: left;
}
.right {
   float: right;
}

#notice{
    width: auto;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding:10px;
    padding-left: 50px;
    background-color:#FFE13E;
    border: 4px solid #FAAF00;
    background-image: url('http://www.virtuaos.com/img/notice.gif');
    background-position: left;
    background-repeat: no-repeat;
}