﻿/*                                                                          */
/* NOTICE:                                                                  */
/*    To support more than one-single FlexMenu server control per page     */
/*    the CSS files' name is used as a class and is prefixed to all of      */
/*    the selectors (without the path or extension).                        */
/*                                                                          */
/*    The server control will automatically wrap the entire FlexMenu        */
/*    within a div-tag, whose class-name will be derived from the filename. */
/*                                                                          */
/*    *** THESE MUST BE ENTIRELY IN LOWER CASE! ***                         */
/*    The server control will cast these filenames to lower before use!     */
/*                                                                          */
/*    Only the base ASCII character set is supported.                       */
/*                                                                          */
/*    Also, spaces and periods before the extension will be converted       */
/*    into underscores, as these are not permitted within the selector.     */
/*                                                                          */

.inlinelinks
{
    display: inline;
    color:#deb408;
}

.inlinelinks ul
{
    list-style: none;
	margin: 0px;
	padding: 0px;
}

.inlinelinks ul li
{
    display: inline;
    margin: 0px;
	padding: 0px;
}

.inlinelinks ul li a
{
    padding: 2px 10px 2px 10px; /*top padding is 2px, bottom padding is 4px*/
}

